While looking at the order performance on the admin site what do the the different color coded options API, User, Account, And exchange mean?

Modified on 2013/05/09 12:12 by Rob Rrickson (CTS) — Categorized as: Uncategorized

Api - round trip time from the order being generated in the api (clicking to submit) and api receiving an order working confirmation from the exchange.

User - same except from the time the user-handler gets the order from api to user-handler processing the working confirmation from the exchange.

Account- same except from the time the Account-handler gets the order from api to accounthandler processing the working confirmation from the exchange.

Exchange- same except from the time the exchange-handler gets the order from api to exchangehandler processing the working confirmation from the exchange.